home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 90 / MacAddict_090_2004-02.iso / mac / Software / Development / RapidWeaver 2.0.dmg / Extras / Theme Design SDK / Sample.nbtheme / resources / styles.css < prev   
Cascading Style Sheet File  |  2003-10-30  |  580b  |  21 lines

  1. P {font-family: Verdana, Arial, Helvetica, sans-serif; font-size:12px; color: #000000; }
  2.  
  3. B {font-weight: Bold; font-size:12px ; color: #000000; }
  4.  
  5. A:link               { color: #FFFF00; text-decoration :underline; }
  6. A:visited          { color: #FFFF00; text-decoration :underline; }
  7. A:hover           { color: #FFFF33; text-decoration :none; }
  8.  
  9.  
  10. .TitleStyle { 
  11.  font-size: 16px;
  12.  font-weight: bold;
  13.  color: #FFFFFF;
  14.  font-family: Verdana, Arial, Helvetica, sans-serif; 
  15. }
  16.  
  17. .FooterStyle { 
  18.  font-size: 11px;
  19.  color: #000000;
  20.  font-family: Verdana, Arial, Helvetica, sans-serif; 
  21. }